feed/packages.git
12 hours agoqbee-agent: bump version to 2025.49 master
Jon Henrik Bjørnstad [Tue, 9 Dec 2025 18:04:52 +0000 (19:04 +0100)]
qbee-agent: bump version to 2025.49

Bump version to 2025.49

Signed-off-by: Jon Henrik Bjørnstad <[email protected]>
12 hours agoqbee-agent: bump version to 2025.49
Jon Henrik Bjørnstad [Tue, 9 Dec 2025 17:50:26 +0000 (18:50 +0100)]
qbee-agent: bump version to 2025.49

Bump version to 2025.49

Signed-off-by: Jon Henrik Bjørnstad <[email protected]>
12 hours agotelegraf: set home variable in uci-defaults script
Niklas Thorild [Tue, 9 Dec 2025 15:14:25 +0000 (16:14 +0100)]
telegraf: set home variable in uci-defaults script

avoid a non-critical error caused by getent not being installed

Signed-off-by: Niklas Thorild <[email protected]>
12 hours agotelegraf: update to 1.37.0
Niklas Thorild [Tue, 9 Dec 2025 15:10:03 +0000 (16:10 +0100)]
telegraf: update to 1.37.0

- Update Telegraf to v1.37.0

Signed-off-by: Niklas Thorild <[email protected]>
16 hours agomodemmanager: allow empty initial EPS bearer APN
Simonas Tamošaitis [Thu, 23 Oct 2025 17:25:33 +0000 (20:25 +0300)]
modemmanager: allow empty initial EPS bearer APN

This commit removes the non-empty APN requirement for initial EPS
bearer. An empty APN value is valid and means that the modem will use a
network provided APN offered by the operator.

Signed-off-by: Simonas Tamošaitis <[email protected]>
19 hours agowatchcat: set default value for mmifacename to prevent argument shift
Ivan Diaz [Fri, 21 Nov 2025 22:13:40 +0000 (17:13 -0500)]
watchcat: set default value for mmifacename to prevent argument shift

Set mmifacename default to "null" instead of an empty string to avoid
argument displacement when the value is not defined. Also remove leftover
debug comments from previous commit.

Signed-off-by: Ivan Diaz <[email protected]>
19 hours agowatchcat: fix argument handling and allow multiple ping hosts
Ivan Diaz [Fri, 21 Nov 2025 22:13:11 +0000 (17:13 -0500)]
watchcat: fix argument handling and allow multiple ping hosts

The backend now correctly supports multiple IP addresses and avoids
argument shifting when mmifacename is empty.

Signed-off-by: Ivan Diaz <[email protected]>
22 hours agoopenconnect: fix off-by-one while condition
Christian Lamparter [Sat, 6 Dec 2025 19:53:14 +0000 (20:53 +0100)]
openconnect: fix off-by-one while condition

resolveip returns 0 on success. This means that the while loop
will just run until all tries are exhausted. But this was not
the intended behaviour.

Fixes: 20ea72607bbf ("openconnect: make host dependency more resilient")
Signed-off-by: Christian Lamparter <[email protected]>
29 hours agopbr: update to 1.2.1-r35
Stan Grishin [Mon, 8 Dec 2025 19:51:30 +0000 (19:51 +0000)]
pbr: update to 1.2.1-r35

pbr 1.2.1-r35

Makefile:
* split uci-defaults into different purpose files
* add handling of netifd integration

Config:
* update with default values for all options (thanks @betonmischer86)

Init-script:
* add netifd integration handling
* add ip() function to emulate ip rule replace
* add netbird intrfaces support (thanks @egc112)
* reorganize loading/handling of options in load_package_config()
* improve display of interface triggers in service_triggers()
* remove chains cleanup from stop_service() due to exclusive use of fw4 nft files
* improve status_service() output
* drop input and postrouting as valid options for policy chain

Uci-defaults files:
* 91-pbr-nft: cosmetic improvements

Default nft files:
* drop use of input and postrouting chanins

Custom User files:
* dns-prefetch: functional improvements (thanks @betonmischer86)

Signed-off-by: Stan Grishin <[email protected]>
30 hours agoprometheus-node-exporter-lua: remove zero values
Markus Hube [Sat, 22 Nov 2025 09:47:35 +0000 (10:47 +0100)]
prometheus-node-exporter-lua: remove zero values

depending on the configuration there may be multiple
interfaces creating multiple time series always
reporting 0 value. omiting them from the export saves
resources. most notably cpu. this is limited to
counter types

Signed-off-by: Markus Hube <[email protected]>
37 hours agosnapcast: update to v0.34.0
Szabolcs Hubai [Thu, 30 Oct 2025 08:58:26 +0000 (09:58 +0100)]
snapcast: update to v0.34.0

A straightforward update from 0.28.0 (2024-03-19, [1])
to 0.34.0 (2025-10-12, [2]) with almost 400 commits. [3]

Notable change is the configurable OpenSSL support (BUILD_WITH_SSL)
for both snapserver and snapclient.
They will be enabled once I introduce the flavours.

In the mean time upsteam moved to it's own organization. [4]

Upstream changelog:
https://github.com/snapcast/snapcast/blob/v0.34.0/changelog.md

[1]: https://github.com/snapcast/snapcast/releases/tag/v0.28.0
[2]: https://github.com/snapcast/snapcast/releases/tag/v0.34.0
[3]: https://github.com/snapcast/snapcast/compare/v0.28.0...v0.34.0
[4]: https://github.com/snapcast

Signed-off-by: Szabolcs Hubai <[email protected]>
37 hours agosnapcast: define ALSA support explicitly
Szabolcs Hubai [Sun, 7 Dec 2025 20:04:13 +0000 (21:04 +0100)]
snapcast: define ALSA support explicitly

As Hannu Nyman pointed out, in some cases the build of the package is
able to fail:

Package snapserver is missing dependencies for the following libraries:
libasound.so.2

He said: on some build runs, alsa is built (as required by other
packages), and if it is built before snapcast, it may be detected,
if the feature is not explicitly disabled in CMakeLists.txt.

Also: "I think that you could drop that AUDIO_SUPPORT conditional.
AUDIO_SUPPORT is selected e.g. if USB_SUPPORT is selected,
so it is not that big restriction."

Suggested-by: Hannu Nyman <[email protected]>
Signed-off-by: Szabolcs Hubai <[email protected]>
37 hours agosnapcast: sort and reformat CMAKE_OPTIONS
Szabolcs Hubai [Tue, 28 Oct 2025 19:27:40 +0000 (20:27 +0100)]
snapcast: sort and reformat CMAKE_OPTIONS

Sort CMAKE_OPTIONS by alphabet and save a few bytes with tab character,
instead of repeating "CMAKE_OPTIONS +="

Signed-off-by: Szabolcs Hubai <[email protected]>
40 hours agovim: disable wayland to fix missing dependency
George Sapkin [Mon, 8 Dec 2025 13:17:13 +0000 (15:17 +0200)]
vim: disable wayland to fix missing dependency

vim autodetects wayland if it's installed, but there's no dependency on
it which results in:

Package vim-full is missing dependencies for the following libraries:
libwayland-client.so.0

Fixes: 4406b79 ("vim: bump to 9.1.1918")
Signed-off-by: George Sapkin <[email protected]>
41 hours agoyt-dlp: bump to 2025.12.08
George Sapkin [Mon, 8 Dec 2025 04:38:04 +0000 (06:38 +0200)]
yt-dlp: bump to 2025.12.08

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.12.08
Signed-off-by: George Sapkin <[email protected]>
2 days agoudpspeeder: disable color in logging to prevent side effects in syslog
David Connolly [Sun, 29 Jun 2025 12:54:37 +0000 (13:54 +0100)]
udpspeeder: disable color in logging to prevent side effects in syslog

Fixes #26872 by passing --disable-color in init script

Signed-off-by: David Connolly <[email protected]>
2 days agovim: bump to 9.1.1918
George Sapkin [Mon, 17 Nov 2025 09:15:55 +0000 (11:15 +0200)]
vim: bump to 9.1.1918

Switch source to GitHub for the most recent releases.

Changes: https://github.com/vim/vim/compare/v9.1.0...v9.1.1918
Signed-off-by: George Sapkin <[email protected]>
2 days agovim: add actual xxd version
George Sapkin [Mon, 17 Nov 2025 08:37:59 +0000 (10:37 +0200)]
vim: add actual xxd version

Use the actual xxd version instead of the vim one for packaging.

Add matching CI test.

Signed-off-by: George Sapkin <[email protected]>
2 days agolf: update to r39
Nate Robinson [Sun, 7 Dec 2025 17:33:42 +0000 (12:33 -0500)]
lf: update to r39

https://github.com/gokcehan/lf/releases/tag/r39

Signed-off-by: Nate Robinson <[email protected]>
2 days agoradicale: remove obsolete package
Josef Schlehofer [Sat, 6 Dec 2025 13:39:03 +0000 (14:39 +0100)]
radicale: remove obsolete package

In this repository, we do have radicale2, so OpenWrt
community should switch to use that version.

This version (= 1.x.x) is really old, no longer developed
and there are newer versions, which can be used e.g.
version 2.x.x, in this repo as radicale2 or there is
also version 3.x.x, which is not packaged for OpenWrt so far.

Signed-off-by: Josef Schlehofer <[email protected]>
3 days agoadguardhome: bump to 0.107.70
George Sapkin [Wed, 3 Dec 2025 18:07:14 +0000 (20:07 +0200)]
adguardhome: bump to 0.107.70

Changelog: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.70
Signed-off-by: George Sapkin <[email protected]>
3 days agoadguardhome: add SPDX license identifiers
George Sapkin [Thu, 4 Dec 2025 04:52:42 +0000 (06:52 +0200)]
adguardhome: add SPDX license identifiers

Add GPL 2.0 only SPDX license identifiers to Makefile and all scripts.

Signed-off-by: George Sapkin <[email protected]>
3 days agobind: save out served domains on service stop
Philip Prindeville [Tue, 2 Dec 2025 04:26:23 +0000 (21:26 -0700)]
bind: save out served domains on service stop

If named gets stopped, then started again, but isc-dhcpd isn't also
restarted, then we want named to at least have the existing content.

Signed-off-by: Philip Prindeville <[email protected]>
4 days agotmux: update to 3.6a
Maxim Storchak [Wed, 3 Dec 2025 17:54:52 +0000 (19:54 +0200)]
tmux: update to 3.6a

changes: https://raw.githubusercontent.com/tmux/tmux/3.6a/CHANGES

Signed-off-by: Maxim Storchak <[email protected]>
4 days agophp8: update to 8.4.15
Michael Heimpold [Sun, 30 Nov 2025 18:43:35 +0000 (19:43 +0100)]
php8: update to 8.4.15

Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.4.15

Signed-off-by: Michael Heimpold <[email protected]>
4 days agodjango: bump to version 5.2.9
Wei-Ting Yang [Thu, 4 Dec 2025 12:51:17 +0000 (20:51 +0800)]
django: bump to version 5.2.9

Fixed CVE-2025-13372 and CVE-2025-64460.

Full release notes:
- https://docs.djangoproject.com/en/dev/releases/5.2.9/

Signed-off-by: Wei-Ting Yang <[email protected]>
4 days agoksmbd-tools: bump to 3.5.6
Andrea Pesaresi [Fri, 5 Dec 2025 19:49:36 +0000 (20:49 +0100)]
ksmbd-tools: bump to 3.5.6

Major changes are:

- Increase max ip connections(8->32) and max connections(128->256).

- Unset "guest_ok = yes" for ipc share by default.

- add new UCI option "allow_guest_ipc" to section (default disabled)

Signed-off-by: Andrea Pesaresi <[email protected]>
4 days agortty: update to 9.0.4
Jianhui Zhao [Fri, 5 Dec 2025 13:51:39 +0000 (21:51 +0800)]
rtty: update to 9.0.4

changelog: https://github.com/zhaojh329/rtty/releases/tag/v9.0.4

Signed-off-by: Jianhui Zhao <[email protected]>
4 days agosqlite3: bump to 3.51.1
George Sapkin [Thu, 4 Dec 2025 04:44:46 +0000 (06:44 +0200)]
sqlite3: bump to 3.51.1

Changelog: https://sqlite.org/releaselog/3_51_1.html
Signed-off-by: George Sapkin <[email protected]>
5 days agoadblock: update 4.4.4-3
Dirk Brenken [Thu, 4 Dec 2025 21:17:44 +0000 (22:17 +0100)]
adblock: update 4.4.4-3

* fixed a typo in the allowlist/blocklist regex
* limit the f_switch function to only the suspend/resume actions

Signed-off-by: Dirk Brenken <[email protected]>
5 days agopython-unidecode: drop unmaintained package
Josef Schlehofer [Wed, 3 Dec 2025 19:08:41 +0000 (20:08 +0100)]
python-unidecode: drop unmaintained package

It looks like based on opened PRs [1],
there is no official support for Python 3.12+.

Unfortunately, this project is still using setup.py,
which is deprecated and no longer supported.
These days project metadata are stored in pyproject.toml
according to PEP 621.

Also, this project does not follow PEP625 as their
wheel name is in uppercase and it should be in lowercase.

[1] https://github.com/avian2/unidecode/pulls
[2] https://peps.python.org/pep-0621/

Signed-off-by: Josef Schlehofer <[email protected]>
5 days agobanip: release 1.6.0-1
Dirk Brenken [Thu, 4 Dec 2025 19:25:29 +0000 (20:25 +0100)]
banip: release 1.6.0-1

* split block/logging rules (fixed #27990)
* adapt reload functions to support the new split logic
* the banIP status now includes the backend- and the frontend version information
* fixed a config parsing error with non existing dirs (reported in the forum)
* fixed a small reporting issue (reported in the forum)
* added a new public dns feed (by default restricted to outbound, ports 53 and 853)
* added a new gawk dependency due to significant performance gains
* LuCI: no longer call the logread binary, use rpc / the ubus log object instead
* LuCI: various code cleanups
* LuCI: various small usability improvements
* readme update

Signed-off-by: Dirk Brenken <[email protected]>
5 days agoqemu: update to 10.1.2
Vladimir Ermakov [Sun, 30 Nov 2025 19:42:16 +0000 (20:42 +0100)]
qemu: update to 10.1.2

- Update version
- No patch changed

Signed-off-by: Vladimir Ermakov <[email protected]>
5 days agogummiboot: add patch fixing compilation error
Christian Marangi [Thu, 4 Dec 2025 13:04:05 +0000 (14:04 +0100)]
gummiboot: add patch fixing compilation error

Add patch fixing compilation error for implicit declaration of
'basename' and also add a patch to use toolchain version of nm and
objcopy tool.

Signed-off-by: Christian Marangi <[email protected]>
5 days agogolang: bump to 1.25.5
George Sapkin [Wed, 3 Dec 2025 15:01:21 +0000 (17:01 +0200)]
golang: bump to 1.25.5

Fixes: CVE-2025-61727
Fixes: CVE-2025-61729
Link: https://github.com/golang/go/issues?q=milestone%3AGo1.25.5+label%3ACherryPickApproved
Signed-off-by: George Sapkin <[email protected]>
5 days agochrony: Makefile amendments
Paul Donald [Fri, 21 Nov 2025 16:03:36 +0000 (17:03 +0100)]
chrony: Makefile amendments

Update URL to current distro source
drop provides:=nts since it is unused anywhere

Signed-off-by: Paul Donald <[email protected]>
5 days agochrony: add provides logic to Makefile
Paul Donald [Wed, 29 Oct 2025 14:48:57 +0000 (15:48 +0100)]
chrony: add provides logic to Makefile

This satisfies other packages which might depend on either chrony variant.

Should another package dependency request 'chrony', the default will be non-NTS
chrony via DEFAULT_VARIANT:=1 (mlichvar comment:  to avoid pulling its large
dependencies).

Signed-off-by: Paul Donald <[email protected]>
6 days agoci: set explicit workflow permissions
George Sapkin [Thu, 4 Dec 2025 02:31:51 +0000 (04:31 +0200)]
ci: set explicit workflow permissions

Add explicit permissions for modifying pull requests to labeler and
multi-arch-test-build.

Signed-off-by: George Sapkin <[email protected]>
6 days agorclone: Update to 1.72.0
Tianling Shen [Thu, 4 Dec 2025 02:25:01 +0000 (10:25 +0800)]
rclone: Update to 1.72.0

Release note: https://github.com/rclone/rclone/releases/tag/v1.72.0

Signed-off-by: Tianling Shen <[email protected]>
6 days agoxray-core: Update to 25.12.2
Tianling Shen [Thu, 4 Dec 2025 02:24:08 +0000 (10:24 +0800)]
xray-core: Update to 25.12.2

Release note: https://github.com/XTLS/Xray-core/releases/tag/v25.12.2

Signed-off-by: Tianling Shen <[email protected]>
6 days agodnsproxy: Update to 0.78.1
Tianling Shen [Thu, 4 Dec 2025 02:21:31 +0000 (10:21 +0800)]
dnsproxy: Update to 0.78.1

Release note:
- https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.78.0
- https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.78.1

Signed-off-by: Tianling Shen <[email protected]>
6 days agoyq: Update to 4.49.2
Tianling Shen [Thu, 4 Dec 2025 02:20:01 +0000 (10:20 +0800)]
yq: Update to 4.49.2

Release note:
- https://github.com/mikefarah/yq/releases/tag/v4.49.1
- https://github.com/mikefarah/yq/releases/tag/v4.49.2

Signed-off-by: Tianling Shen <[email protected]>
6 days agomulti-arch-test-build: post formal summaries to PR
George Sapkin [Tue, 25 Nov 2025 00:43:20 +0000 (02:43 +0200)]
multi-arch-test-build: post formal summaries to PR

Post formality check summaries to a PR.

Signed-off-by: George Sapkin <[email protected]>
6 days agopython-parsley: drop package
Josef Schlehofer [Wed, 3 Dec 2025 10:09:46 +0000 (11:09 +0100)]
python-parsley: drop package

This looks like it is not maintained anymore.
The last commit in the repository [1] is from 2017,
and the last tarball uploaded on PyPI is from 2015.

That tarball does not follow PEP625, because the
wheel and tarball begins with uppercase, it should be
in lowercase and as well it is still using setup.py.

Python these days is using pyproject.toml.

[1] https://github.com/washort/parsley

Signed-off-by: Josef Schlehofer <[email protected]>
6 days agopython-pysocks: remove outdated and not maintained package
Josef Schlehofer [Wed, 3 Dec 2025 10:00:40 +0000 (11:00 +0100)]
python-pysocks: remove outdated and not maintained package

The latest commit in https://github.com/Anorov/PySocks
is from 2019, it looks outdated and not maintained.

It does not follow PEP 625.

Signed-off-by: Josef Schlehofer <[email protected]>
6 days agotrafficshaper: remove test codes
Andris PE [Mon, 10 Nov 2025 12:32:31 +0000 (12:32 +0000)]
trafficshaper: remove test codes

Remove requirement test code as it is already supplied by package
dependencies
Depend on ip6tables to satisfy description claim

Signed-off-by: Andris PE <[email protected]>
6 days agoykclient: remove package
Yanase Yuki [Mon, 24 Nov 2025 09:46:32 +0000 (18:46 +0900)]
ykclient: remove package

Upstream stopped ykclient developments.
https://github.com/Yubico/yubico-c-client

Signed-off-by: Yanase Yuki <[email protected]>
6 days agotriggerhappy: remove package
Yanase Yuki [Mon, 24 Nov 2025 09:49:53 +0000 (18:49 +0900)]
triggerhappy: remove package

The latest upstream commit is 9 years ago.
It seems this package is no longer maintained.
No packages depends on this.

Signed-off-by: Yanase Yuki <[email protected]>
6 days agoci: label formality failures
George Sapkin [Fri, 7 Nov 2025 23:28:59 +0000 (01:28 +0200)]
ci: label formality failures

Add or remove 'not following guidelines' label based on formality check
status.

Signed-off-by: George Sapkin <[email protected]>
6 days agoci: add PR labeler workflow
George Sapkin [Fri, 7 Nov 2025 21:21:18 +0000 (23:21 +0200)]
ci: add PR labeler workflow

Label based on target release branch. Labels must be manually defined to
avoid giving the action unnecessary permissions. Release labels must be
defined in the config after each release is forked.

Signed-off-by: George Sapkin <[email protected]>
6 days agonetstinky: remove package
Yanase Yuki [Wed, 26 Nov 2025 11:51:40 +0000 (20:51 +0900)]
netstinky: remove package

It seems this package is no longer maintained.
- The latest upstream commit is 4 years ago.
- Official website and IoC update servers
  are unreachable.
  https://crt.sh/?q=netstinky-api.wand.net.nz

No packages depend on this.

Signed-off-by: Yanase Yuki <[email protected]>
6 days agowebui-aria2: remove package
Yanase Yuki [Fri, 28 Nov 2025 10:24:44 +0000 (19:24 +0900)]
webui-aria2: remove package

It seems this software is no longer maintained.
- The latest upstream commit is 4 years ago.
- Author didn't respond security issue report. (CVE-2023-39141)

No packages depend on this.

Signed-off-by: Yanase Yuki <[email protected]>
6 days agosyncthing: bump to 2.0.12
George Sapkin [Tue, 2 Dec 2025 14:11:51 +0000 (16:11 +0200)]
syncthing: bump to 2.0.12

Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.12
Signed-off-by: George Sapkin <[email protected]>
7 days agoknot: update to version 3.5.2
Jan Hák [Mon, 1 Dec 2025 09:54:11 +0000 (10:54 +0100)]
knot: update to version 3.5.2

Release notes: https://www.knot-dns.cz/2025-11-28-version-352.html

Signed-off-by: Jan Hák <[email protected]>
7 days agoisc-dhcp: use modzone not addzone so in-addr.arpa works
Philip Prindeville [Mon, 1 Dec 2025 23:09:26 +0000 (16:09 -0700)]
isc-dhcp: use modzone not addzone so in-addr.arpa works

Updates to in-addr.arpa are being rejected with:

update failed: REFUSED

because we create an empty zone, and then try to add it again
when it already exists.  So use modzone instead to update it.

Signed-off-by: Philip Prindeville <[email protected]>
7 days agocyrus-sasl: fix build with glibc
Daniel Golle [Mon, 1 Dec 2025 11:46:55 +0000 (11:46 +0000)]
cyrus-sasl: fix build with glibc

Add missing dependency +USE_GLIBC:libcrypt-compat to express dependency
on libcrypto.so.1 when building with GNU glibc.

Signed-off-by: Daniel Golle <[email protected]>
8 days agoclixon: backport upstream patch fixing support for 32 bit
Christian Marangi [Sun, 30 Nov 2025 10:22:07 +0000 (11:22 +0100)]
clixon: backport upstream patch fixing support for 32 bit

Backport upstream patch for clixon fixing support for 32 bit.

Signed-off-by: Christian Marangi <[email protected]>
8 days agoexim: update to version 4.99
Daniel Golle [Tue, 28 Oct 2025 18:04:59 +0000 (18:04 +0000)]
exim: update to version 4.99

See https://code.exim.org/exim/exim/releases/tag/exim-4.99

Signed-off-by: Daniel Golle <[email protected]>
8 days agopv: explicitly enable ncursesw, add dependency
Hannu Nyman [Sun, 30 Nov 2025 14:40:13 +0000 (16:40 +0200)]
pv: explicitly enable ncursesw, add dependency

Explicitly enable ncurses usage and add dependency for it.

(Feature was added 1.9.24, and buildbot has occasionally failed due
to the missing dependency if ncurses has been already built.)

Signed-off-by: Hannu Nyman <[email protected]>
8 days agopv: remove inactive maintainer
Hannu Nyman [Sun, 30 Nov 2025 14:34:02 +0000 (16:34 +0200)]
pv: remove inactive maintainer

Remove the maintainer info, as jow has not committed to the package
since 2016.

Signed-off-by: Hannu Nyman <[email protected]>
9 days agofreeradius3: drop yubikey support
Yanase Yuki [Sat, 29 Nov 2025 12:37:47 +0000 (21:37 +0900)]
freeradius3: drop yubikey support

FreeRADIUS yubikey plugin depends on obsolete libyubikey.
libyubikey has been removed from repo
due to upstream EoL. (9ea17111f05e1bc3)
This commit will fix libyubikey dependency problem.

Signed-off-by: Yanase Yuki <[email protected]>
9 days agotdb: update for compatibility, remove absent maintainer
Hannu Nyman [Sun, 30 Nov 2025 07:40:07 +0000 (09:40 +0200)]
tdb: update for compatibility, remove absent maintainer

Update to 1.4.14 for compatibility with the current packages infra
(python etc.)

* Refresh patches. Remove old upstream patch
* Remove absent maintainer

Signed-off-by: Hannu Nyman <[email protected]>
9 days agolm-sensors: pass TARGET_LDFLAGS to fix linking
Anari Jalakas [Fri, 28 Nov 2025 10:34:16 +0000 (12:34 +0200)]
lm-sensors: pass TARGET_LDFLAGS to fix linking

Explicitly pass $(TARGET_LDFLAGS) to the build system
to resolve MIPS linker errors related to missing -fPIC.

Signed-off-by: Anari Jalakas <[email protected]>
10 days agoleptonica: adjust for tesseract expectations
Hannu Nyman [Sat, 29 Nov 2025 19:15:18 +0000 (21:15 +0200)]
leptonica: adjust for tesseract expectations

Adjust include path and cmake file path so that tesseract, the only user
of the library, finds the items in place. Should unbreak the tesseract
build.

Signed-off-by: Hannu Nyman <[email protected]>
10 days agopython-setuptools: fix PKG_CPE_ID
Wei-Ting Yang [Thu, 27 Nov 2025 11:56:52 +0000 (19:56 +0800)]
python-setuptools: fix PKG_CPE_ID

Should be PKG_CPE_ID, not CPE_ID.

Signed-off-by: Wei-Ting Yang <[email protected]>
10 days agoshine: fix compile bug in l3mdct
Vladimir Ermakov [Tue, 25 Nov 2025 13:57:17 +0000 (14:57 +0100)]
shine: fix compile bug in l3mdct

- Project has different function declaration in header and source.
- Reformat patches for `git am`

Fixes: https://github.com/openwrt/packages/issues/27957
Signed-off-by: Vladimir Ermakov <[email protected]>
11 days agotailscale: update to 1.90.9
Sandro Jäckel [Thu, 27 Nov 2025 16:35:58 +0000 (17:35 +0100)]
tailscale: update to 1.90.9

Changelog: https://tailscale.com/changelog#2025-11-19
Changelog: https://tailscale.com/changelog#2025-11-25

Signed-off-by: Sandro Jäckel <[email protected]>
11 days agosnort3: update to 3.10.0.0
John Audia [Wed, 26 Nov 2025 20:18:33 +0000 (15:18 -0500)]
snort3: update to 3.10.0.0

Changelog: https://github.com/snort3/snort3/releases/tag/3.10.0.0

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150)

Signed-off-by: John Audia <[email protected]>
11 days agolibdaq3: update to 3.0.23
John Audia [Wed, 26 Nov 2025 20:17:26 +0000 (15:17 -0500)]
libdaq3: update to 3.0.23

Changelog: https://github.com/snort3/libdaq/releases/tag/v3.0.23

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150)

Signed-off-by: John Audia <[email protected]>
13 days agotor: update to 0.4.8.21 stable
Rui Salvaterra [Wed, 12 Nov 2025 13:54:35 +0000 (13:54 +0000)]
tor: update to 0.4.8.21 stable

Minor release, see the changelog [1] for what's new.

[1] https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.8.21/ChangeLog

Signed-off-by: Rui Salvaterra <[email protected]>
13 days agoesniper: remove package
Yanase Yuki [Wed, 26 Nov 2025 11:47:04 +0000 (20:47 +0900)]
esniper: remove package

esniper's development has been stopped in 2020.
https://esniper.sourceforge.net/
No packages depend on this.

Signed-off-by: Yanase Yuki <[email protected]>
13 days agopython-pypubsub: switch to PyPi sdist
Austin Lane [Thu, 20 Nov 2025 00:58:40 +0000 (19:58 -0500)]
python-pypubsub: switch to PyPi sdist

- PyPi sdist was recently added for this package. Switch to using it.

Signed-off-by: Austin Lane <[email protected]>
13 days agopython-chardet: fix build (depend on setuptools)
Austin Lane [Wed, 26 Nov 2025 11:09:18 +0000 (06:09 -0500)]
python-chardet: fix build (depend on setuptools)

- Properly depend on python-setuptools to fix build failures.

Signed-off-by: Austin Lane <[email protected]>
13 days agopython-certifi: fix build (depend on setuptools)
Austin Lane [Tue, 25 Nov 2025 22:54:48 +0000 (17:54 -0500)]
python-certifi: fix build (depend on setuptools)

- Setuptools has been required since certifi 2025.06.15
  https://github.com/certifi/python-certifi/pull/350

Signed-off-by: Austin Lane <[email protected]>
13 days agopython-curl: bump to version 7.45.7
Alexandru Ardelean [Tue, 25 Nov 2025 12:14:40 +0000 (14:14 +0200)]
python-curl: bump to version 7.45.7

Change bumps version to 7.45.7
Adding python-setuptools/host as PKG_BUILD_DEPENDS.

Package is no longer needed.

Fixes:
 https://github.com/openwrt/packages/issues/27915

Signed-off-by: Alexandru Ardelean <[email protected]>
13 days agopython-idna: bump to version 3.11
Ioan Bobar [Mon, 10 Nov 2025 08:15:29 +0000 (10:15 +0200)]
python-idna: bump to version 3.11

bump to version 3.11

Signed-off-by: Ioan Bobar <[email protected]>
13 days agoRevert "tar: fix EXTRA_DEPENDS"
George Sapkin [Wed, 26 Nov 2025 00:48:10 +0000 (02:48 +0200)]
Revert "tar: fix EXTRA_DEPENDS"

This reverts commit 593267af241de9cc1e425036305988ccbc396862.

Signed-off-by: George Sapkin <[email protected]>
13 days agoola: fix compilation with newer liblo
Rosen Penev [Wed, 26 Nov 2025 00:07:47 +0000 (16:07 -0800)]
ola: fix compilation with newer liblo

Upstream backport.

Signed-off-by: Rosen Penev <[email protected]>
13 days agoliblo: fix pkgconf file
Rosen Penev [Tue, 25 Nov 2025 23:42:01 +0000 (15:42 -0800)]
liblo: fix pkgconf file

OS paths are wrongly being passed.

Signed-off-by: Rosen Penev <[email protected]>
13 days agopython-urllib3: fix builds with setuptools-scm 9.x
Austin Lane [Tue, 25 Nov 2025 19:45:54 +0000 (14:45 -0500)]
python-urllib3: fix builds with setuptools-scm 9.x

- Fix builds for python-urllib3 with setuptools-scm
- Patch sourced from upstream (un-released/main branch)

Signed-off-by: Austin Lane <[email protected]>
2 weeks agoperl-www-curl: fix compilation error with new cURL version
Christian Marangi [Wed, 26 Nov 2025 01:46:32 +0000 (02:46 +0100)]
perl-www-curl: fix compilation error with new cURL version

Add patch removing internal macro CURL_HAS_DECLSPEC_ATTRIBUTE.

This fix a compilation error for the package.

Also improve the old 7.88 patch with wrong whitespace.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agonetopeer2: fix install path for netopeer2-server
Christian Marangi [Wed, 26 Nov 2025 01:26:06 +0000 (02:26 +0100)]
netopeer2: fix install path for netopeer2-server

New version of netopeer2 moved the install location of netopeer2-server
from /usr/bin to /usr/sbin.

Update the install location to reflect this change.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agosysrepo: correctly install .yang file with revision
Christian Marangi [Tue, 25 Nov 2025 15:39:59 +0000 (16:39 +0100)]
sysrepo: correctly install .yang file with revision

With new sysrepo version, the .yang file are shipped with revision.
Update the package install to align to the new names.

The change of name doesn't cause regression as the revision is optional
on loading .yang files.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agolibnetconf2: add pending patch to disable PAM support
Christian Marangi [Tue, 25 Nov 2025 15:18:12 +0000 (16:18 +0100)]
libnetconf2: add pending patch to disable PAM support

Add pending patch to disable PAM support to limit need to add extra
dependency.

This is needed if libpam is selected as the package will detect the
library and enable support for it by default.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agolibradiotap: backport upstream patch for CMake >= 4.0 support
Christian Marangi [Tue, 25 Nov 2025 14:58:52 +0000 (15:58 +0100)]
libradiotap: backport upstream patch for CMake >= 4.0 support

Backport upstream patch for libradiotap for CMake >= 4.0 support.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agoopenthread-br: bump to 2025-06-12 and add patch for CMake >= 4.0 support
Christian Marangi [Mon, 24 Nov 2025 18:34:24 +0000 (19:34 +0100)]
openthread-br: bump to 2025-06-12 and add patch for CMake >= 4.0 support

Bump to version 2025-06-12 and add pending patch for openthread-br for
CMake >= 4.0 support.

The package use an old cJSON version that cause compilation problem with
CMake >= 4.0 support. To handle this, add a pending patch to use an
external version of cJSON.

We already ship this package so it's trivial to use that instead of the
one in the openthread-br repository.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agotaskwarrior: bump to 2.6.2 and backport patch for CMake >= 4.0 support
Christian Marangi [Mon, 24 Nov 2025 21:23:42 +0000 (22:23 +0100)]
taskwarrior: bump to 2.6.2 and backport patch for CMake >= 4.0 support

Bump taskwarrior to 2.6.2 release and backport upstream patch for
CMake >= 4.0 support.

Minor modification were done to the backport patch to adapt to release
2.6.2.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agortty: backport upstream patch for CMake >= 4.0 support
Christian Marangi [Tue, 25 Nov 2025 14:48:47 +0000 (15:48 +0100)]
rtty: backport upstream patch for CMake >= 4.0 support

Backport upstream patch for rtty for CMake >= 4.0 support.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agotar: fix EXTRA_DEPENDS
George Sapkin [Thu, 20 Nov 2025 16:53:15 +0000 (18:53 +0200)]
tar: fix EXTRA_DEPENDS

EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: 488be84 ("utils/tar: Make compression, acl, and xattr support configuration options")
Signed-off-by: George Sapkin <[email protected]>
2 weeks agoubnt-manager: fix EXTRA_DEPENDS
George Sapkin [Thu, 20 Nov 2025 12:27:54 +0000 (14:27 +0200)]
ubnt-manager: fix EXTRA_DEPENDS

EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: e4a8d3f ("ubnt-manager: add ubnt-manager")
Signed-off-by: George Sapkin <[email protected]>
2 weeks agoairos-dfs-reset: fix EXTRA_DEPENDS
George Sapkin [Thu, 20 Nov 2025 12:26:58 +0000 (14:26 +0200)]
airos-dfs-reset: fix EXTRA_DEPENDS

EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: e36e8a6 ("airos-dfs-reset: add airos-dfs-reset")
Signed-off-by: George Sapkin <[email protected]>
2 weeks agortpmidid: bump to version 24.12
Christian Marangi [Mon, 24 Nov 2025 19:30:16 +0000 (20:30 +0100)]
rtpmidid: bump to version 24.12

Bump rtpmidid to version 24.12. The new release fix support for CMake >=
4.0 version and permit to drop all patch (everything is upstream)

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agopython-pycparser: update to version 2.23
Josef Schlehofer [Fri, 7 Nov 2025 05:34:42 +0000 (06:34 +0100)]
python-pycparser: update to version 2.23

Refresh patch

Release notes:
https://github.com/eliben/pycparser/releases/tag/release_v2.22
https://github.com/eliben/pycparser/releases/tag/release_v2.23

Signed-off-by: Josef Schlehofer <[email protected]>
2 weeks agopython-setuptools-rust: update to version 1.12.0
Josef Schlehofer [Thu, 6 Nov 2025 21:13:49 +0000 (22:13 +0100)]
python-setuptools-rust: update to version 1.12.0

Release notes:
https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md

Signed-off-by: Josef Schlehofer <[email protected]>
2 weeks agopython-maturin: update to version 1.9.6
Josef Schlehofer [Thu, 6 Nov 2025 13:30:19 +0000 (14:30 +0100)]
python-maturin: update to version 1.9.6

Release notes:
https://github.com/PyO3/maturin/releases/tag/v1.9.6

Signed-off-by: Josef Schlehofer <[email protected]>
2 weeks agopython-zope-interface: update to 8.0.1
Josef Schlehofer [Sun, 2 Nov 2025 16:41:26 +0000 (17:41 +0100)]
python-zope-interface: update to 8.0.1

Release notes:
https://github.com/zopefoundation/zope.interface/blob/8.0.1/CHANGES.rst

Signed-off-by: Josef Schlehofer <[email protected]>
2 weeks agopython-msgpack: update to version 1.1.2
Josef Schlehofer [Sun, 2 Nov 2025 16:27:20 +0000 (17:27 +0100)]
python-msgpack: update to version 1.1.2

Release notes:
https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2

Signed-off-by: Josef Schlehofer <[email protected]>
2 weeks agolua-ev: add pending patch for CMake >= 4.0 support
Christian Marangi [Sun, 23 Nov 2025 14:04:21 +0000 (15:04 +0100)]
lua-ev: add pending patch for CMake >= 4.0 support

Add pending patch for CMake >= 4.0 support. This seems to come from an
OpenSUSE PR and generally modernize the CMake file also increasing the
minimum version for CMake.

Signed-off-by: Christian Marangi <[email protected]>
2 weeks agoddns-scripts: Use parameter-based authentication for he.net
Karol Babioch [Sat, 22 Nov 2025 15:22:25 +0000 (16:22 +0100)]
ddns-scripts: Use parameter-based authentication for he.net

According to [1] Basic Auth seems to be broken since a while for he.net.
The documentation [2] is outdated, and still mentions Basic Auth, but
switching to parameter-based authentication seems to fix the issue.

It also bumps PKG_RELEASE in order to ensure a new version is packaged.

[1]: https://github.com/openwrt/packages/issues/27593
[2]: https://dns.he.net/docs.html

Signed-off-by: Karol Babioch <[email protected]>
2 weeks agonetopeer2: bump to 2.4.5
Christian Marangi [Sun, 23 Nov 2025 12:21:38 +0000 (13:21 +0100)]
netopeer2: bump to 2.4.5

Bump netopeer2 to 2.4.5 to fix support for CMake >= 4.0 version.

Drop any upstream patch.

Signed-off-by: Christian Marangi <[email protected]>